From: Gerd Moellmann Date: Wed, 18 Apr 2001 14:27:06 +0000 (+0000) Subject: Mention comint-cr-magic. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40650 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=db765427e4fcb0959478904e79f4f0a022f0970d;p=emacs.git Mention comint-cr-magic. --- diff --git a/etc/NEWS b/etc/NEWS index ba64625ef4f..da8e3dc70a7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -963,6 +963,12 @@ Meant for Lisp docstrings, Javadoc comments and other "documentation in code". These changes generally affect all modes derived from comint mode, which include shell-mode, gdb-mode, scheme-interaction-mode, etc. +*** Comint now by default removes CRs from CR LF sequences. Comint +now treats single CRs in the output in a way similar to a terminal, by +deleting everything to the beginning of the line. This is achieved by +adding `comint-cr-magic' to `comint-preoutput-filter-functions' by +default. + *** By default, comint no longer uses the variable `comint-prompt-regexp' to distinguish prompts from user-input. Instead, it notices which parts of the text were output by the process, and which entered by the